home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-08-29 | 824 b | 38 lines | [TEXT/MMCC] |
- // The following two typedef's are to work around a bug in the beta
- // Universal headers -- they only typedef float_t and double_t for
- // "applec" and "powerc."When this is eventually fixed, precompiling
- // Types.h will give a redefinition error.
-
- #if !defined applec && !defined powerc
-
- typedef long double float_t;
- typedef long double double_t;
-
- #endif
-
-
- #include <Types.h>
- #include <AppleEvents.h>
- #include <Desk.h>
- #include <Dialogs.h>
- #include <Editions.h>
- #include <EPPC.h>
- #include <Events.h>
- #include <Files.h>
- #include <Fonts.h>
- #include <GestaltEqu.h>
- #include <Memory.h>
- #include <Menus.h>
- #include <OSUtils.h>
- #include <Processes.h>
- #include <Quickdraw.h>
- #include <SegLoad.h>
- #include <StandardFile.h>
- #include <TextUtils.h>
- #include <ToolUtils.h>
- #include <Traps.h>
- #include <Windows.h>
-
- #include "globals.h"
-
-